home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / mirror / news.txt < prev    next >
Encoding:
Text File  |  2000-08-05  |  1.6 KB  |  42 lines

  1. NEWS.TXT
  2.  
  3. News:
  4.  
  5.  
  6. Version History:
  7.  
  8. Version 0.1  Basic functionality:  Records the boot sector, 1 FAT table,
  9.              and the root directory into a "storage location" near the end
  10.              of the disk.  On this version, if any data is near the end of
  11.              the disk it will be overwritten.  A future version of this
  12.              program will solve this problem.
  13.  
  14. Version 0.2  Buffers are now dynamically created thereby reducing the size
  15.              of the executable.  
  16.  
  17.              After testing it became apparent that the image is usually 
  18.              stored between the end of a logical drive and the beginning
  19.              of the next partition on a hard disk.  (This was true on version
  20.              0.1.)  FAT table modifications will still need to be made on a
  21.              floppy disk.
  22.  
  23.              Modified the code so that the space used by the mirror image 
  24.              is marked as reserved in the FAT tables, if necessary.
  25.              (Currently works only on FAT-16 file systems.)
  26.  
  27.              Added code to save a backup of the partition tables on the A:
  28.              drive by using MIRROR /PARTN.  (MIRROR /P works too!)  The
  29.              partition tables are stored in a file named "partnsav.fil"  The
  30.              partnsav.fil is not compatible with MS-DOS's; but will be 
  31.              recoverable with UNFORMAT version 0.8, to be released shortly.
  32.              For information regarding the format of the partnsav.fil, please
  33.              see the documentation in the source code.
  34.  
  35.              Added the /? switch to display the help screen.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.